home *** CD-ROM | disk | FTP | other *** search
- Path: I980.ssi.stratus.com!not-for-mail
- From: davidm@ssi.stratus.com ()
- Newsgroups: comp.lang.c++
- Subject: Re: Multidimensional Arrays
- Date: 21 Feb 1996 05:07:05 GMT
- Organization: Stratus Computer Inc, Marlboro MA
- Message-ID: <4ge99q$8vr@transfer.stratus.com>
- References: <4ge3ts$2en@netnews.upenn.edu>
- Reply-To: David_McReynolds@vos.stratus.com
- NNTP-Posting-Host: i980.ssi.stratus.com
- X-Newsreader: TIN [UNIX 1.3 950515BETA PL0]
-
- Russell Fradin (fradin68@futures.wharton.upenn.edu) wrote:
- :
- : How can I dynamically allocate a 2 dimensional array of integers?
- :
- : I tried
- :
- : int **t;
- :
- : t = new int[dimension1*dimension2]
-
- Certainly not like that. For starters you might try reading the
- comp.lang.c FAQ.
- :
- : and looked everywhere, please help!
- :
- : Russ
- : fradin68@wharton.upenn.edu
-